SetNodeNameResponse

data class SetNodeNameResponse(nodeId: NodeId)

Represents response frame that is returned from DOM#setNodeName operation call. Sets node name for a node with given id.

See also

Constructors

SetNodeNameResponse
Link copied to clipboard
fun SetNodeNameResponse(nodeId: NodeId)

Properties

nodeId
Link copied to clipboard
val nodeId: NodeId
New node's id.

Sources

jvm source
Link copied to clipboard